home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / Daniele.swf / scripts / DefineButton2_112 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2011-12-21  |  120 b   |  8 lines

  1. on(press){
  2.    if(_name.substr(0,1) == "p")
  3.    {
  4.       this.swapDepths(_root.d++);
  5.       this.startDrag();
  6.    }
  7. }
  8.